|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwiiusej.wiiuseapirequest.WiiUseApiRequest
wiiusej.wiiuseapirequest.IntValueRequest
public class IntValueRequest
Represents a request with an int value to pass to wiiuse API.
| Field Summary | |
|---|---|
private int |
intValue
|
| Constructor Summary | |
|---|---|
IntValueRequest(int id,
int type)
Constructor setting the id of the wiimote concerned and the type of the request. |
|
IntValueRequest(int id,
int type,
int th)
Constructor setting the id of the wiimote concerned, the type of the request and the int value. |
|
| Method Summary | |
|---|---|
int |
getIntValue()
Get the int value. |
void |
setIntValue(int val)
Set the int value. |
| Methods inherited from class wiiusej.wiiuseapirequest.WiiUseApiRequest |
|---|
getId, getRequestType, setId, setRequestType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int intValue
| Constructor Detail |
|---|
public IntValueRequest(int id,
int type)
id - the id of the wiimote concerned.
public IntValueRequest(int id,
int type,
int th)
id - the id of the wiimote concerned.type - type of the requestth - the int value.| Method Detail |
|---|
public int getIntValue()
public void setIntValue(int val)
val - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||